deno.land / x / fresh@1.1.1 / tests / fixture / routes / [name].tsx

نووسراو ببینە
1
2
3
4
5
6
7
8
interface Props { params: Record<string, string | string[]>;}
export default function Greet(props: Props) { return <div>Hello {props.params.name}</div>;}
fresh

Version Info

Tagged at
2 years ago